IMotion.GetAxisCamInfo method

Gets the cam information from an axis that is currently set as cam slave.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsReturn<McCamInfo> GetAxisCamInfo(
       int Index
)
Function GetAxisCamInfo(
       Index As Integer
) As KsReturn(Of McCamInfo)

Parameters

Index [in]

Type: int

The index of an axis that is currently a cam slave. Indexes are zero based. Aliases affect this parameter.

Return value

Type: KsReturn<McCamInfo>

Returns a KsError code and an McCamInfo value.

Examples

C#
N/A

See also

IMotion Interface

IntervalZero.KINGSTAR.Base.Api Namespace